-
-
Notifications
You must be signed in to change notification settings - Fork 36
Make use of mul indirection
#1215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1215 +/- ##
==========================================
- Coverage 91.97% 91.93% -0.05%
==========================================
Files 34 34
Lines 15400 15392 -8
==========================================
- Hits 14164 14150 -14
- Misses 1236 1242 +6 ☔ View full report in Codecov by Sentry. |
|
I am not sure how the backporting process is handled in LinearAlgebra. Is there any chance that this indirection strategy can be backported to 1.10? Or maybe just the PR #1210? |
|
Given the potential to address a wide range of method ambiguities, it might make sense to backport this. |
|
Merge? The test failure seems unrelated. |
This extends #1210, but doesn't need backporting, I guess.